go.pact.im/x/supervisor.Supervisor.clock (field)

4 uses

	go.pact.im/x/supervisor (current package)
		restart.go#L44: 	timer := m.clock.Timer(interval)
		restart.go#L94: 					t := m.clock.Timer(wait)
		supervisor.go#L20: 	clock *clock.Clock
		supervisor.go#L79: 		clock:   o.Clock,